Release 10.1A: OpenEdge Development:
ProDataSets
Accessing the handle of a ProDataSet
Through the handle of a ProDataSet, whether it is static or dynamic, you can access many attributes that give you information about the ProDataSet and the handles of its components. A few of these attributes are settable at run time to let you adjust the behavior of the ProDataSet. The ProDataSet also has methods you use to invoke behavior using the same handle. Remember that to get the handle of a static ProDataSet, you simply precede the reference with the
DATASETkeyword, as shown:
You can, of course, also use the expression
DATASET dsOrder:HANDLEin place of a handle within a larger Progress statement without assigning it to a variable at all.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |